mergMarkdown
Type
library
Description
mergMarkdown is a simple external for translating a markdown file to XHTML using
the sundown library. It has one function:
mergMarkdownToXHTML
. There are a number of non-standard markdown features
implemented in sundown and these can be controlled with optional parameters
to the function.
Associated Syntax
Function
Name | Summary | Syntax |
---|---|---|
mergMarkdownToXHTML | Returns the XHTML translation of the markdown document. | mergMarkdownToXHTML(<pMarkdown>, [<pNoIntraEmphasis>, <pTable>, <pFencedCode>, <pAutoLink>, <pStrikethrough>, <pSpaceHeaders>, <pSuperscript>, <pLaxSpacing>]) |